Crate zng_ext_l10n

source ·
Expand description

Localization service, l10n! and helpers.

§Crate

This crate is part of the zng project.

Macros§

  • Gets a variable that localizes and formats the text in a widget context.
  • Compile-time validated Lang value.

Structs§

  • Errors found parsing a fluent resource file.
  • Localization service.
  • Represents localization resources synchronized from files in a directory.
  • Application extension that provides localization.
  • Localized message variable builder.
  • Identifies the language, region and script of text.
  • Represents a map of Lang keys that can be partially matched.
  • Handle to a localization resource.
  • Handle to multiple localization resources.
  • List of languages, in priority order.
  • Localization source that is never available.
  • Represents localization source that can swap the actual source without disconnected variables taken on resources.

Enums§

Statics§

  • Language of text in a widget context.

Traits§